.shortcut .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.shortcut .logo {
  height: 40px;
}
.shortcut .logo img {
  width: 130px;
  height: 40px;
  background-size: contain;
}
.shortcut .nav_icon {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  align-items: center;
}
.shortcut .nav_icon ul {
  display: flex;
}
.shortcut li {
  margin-right: 28px;
  /*更换icon后删除*/
  /*更换icon后删除*/
}
.shortcut li:hover p {
  color: #e3362a;
}
.shortcut li:hover .vacancy_icon {
  display: none;
}
.shortcut li:hover .active_icon {
  display: block;
}
.shortcut li a {
  display: flex;
  align-items: center;
}
.shortcut li a img {
  margin-right: 5px;
}
.shortcut li a .vacancy_icon {
  display: block;
}
.shortcut li a .active_icon {
  display: none;
}
.shortcut li:nth-child(1) img {
  width: 18px;
}
.shortcut li:nth-child(2) img {
  width: 14px;
}
.shortcut li:nth-child(3) img {
  width: 20px;
}
.shortcut li:nth-child(4) img {
  width: 17px;
}
.shortcut li i {
  display: inline-block;
  font-size: 28px;
  color: #666;
  line-height: 28px;
  vertical-align: middle;
}
.shortcut li p {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 27px;
  vertical-align: middle;
}
.shortcut li:nth-child(1) span {
  background-position: 0 0;
}
.shortcut li:nth-child(2) span {
  background-position: 0 -27px;
}
.shortcut li:nth-child(3) span {
  background-position: 0 -54px;
}
.shortcut li:nth-child(4) span {
  background-position: 0 -81px;
}
.shortcut .link_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 29px;
  border: 1px solid #ea362c;
  border-radius: 3px;
}
.shortcut .link_login span {
  height: 10px;
  width: 1px;
  margin: 0 8px;
  background-color: #e60012;
}
.shortcut .link_login a {
  font-size: 12px;
  color: #e3362a;
}
.shortcut .link_login a:hover {
  text-decoration: underline;
}
.shortcut .subscribe_btn {
  width: 70px;
  height: 30px;
  border-radius: 3px;
  background-color: #ee5a50;
  margin-left: 20px;
}
.shortcut .subscribe_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.shortcut .login_desc {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.shortcut .login_desc i {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  margin-right: 4px;
}
.shortcut .login_desc a {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
}
.shortcut .login_desc .read_btn {
  margin: 0 10px;
  color: #e60012;
}
.shortcut .login_desc .term_container {
  position: absolute;
  top: 100px;
  /*right: 0px;*/
  right: -90px;
  width: 400px;
  height: 320px;
  padding: 40px 90px 0;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  z-index: 888;
  display: flex;
  justify-content: space-between;
}
.shortcut .login_desc .term_container .left_img {
  width: 207px;
  height: 271px;
  box-shadow: 0px 3px 8px 0px rgba(10, 3, 6, 0.48);
}
.shortcut .login_desc .term_container .right_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 15px 0 0;
}
.shortcut .login_desc .term_container .right_desc h6 {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 12px;
  font-weight: normal;
}
.shortcut .login_desc .term_container .right_desc p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 9px;
}
.shortcut .login_desc .term_container .right_desc span {
  color: #e3362a;
  margin: 0 0 60px;
}
.shortcut .login_desc .term_container .right_desc .xuding_btn {
  width: 125px;
  height: 30px;
  background-color: #e3362a;
  border-radius: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(10, 3, 6, 0.22);
}
.shortcut .login_desc .term_container .right_desc .go_reading {
  height: 30px;
  width: 125px;
  border-radius: 15px;
  background-color: #e3362a;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 13px;
  box-shadow: 0px 2px 2px 0px rgba(10, 3, 6, 0.22);
}
.shortcut .login_desc .term_container .term_off_btn {
  position: absolute;
  top: 24px;
  right: 30px;
  cursor: pointer;
}
.nav_container {
  height: 40px;
  width: 100%;
  background-color: #e3362a;
}
.nav_container .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_container ul {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
}
.nav_container ul li {
  overflow: hidden;
  height: 100%;
  /*margin-right: 15px;*/
}
.nav_container ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 24px;
  font-size: 16px;
  color: #fff;
}
.nav_container ul .active {
  background-color: #cb2318;
}
.nav_container .search_container {
  width: 200px;
  height: 30px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  padding: 0 0;
}
.nav_container .search_container .search_input {
  width: 160px;
  /*height: 100%;*/
  height: 30px;
  /*text-indent: 20px;*/
  font-size: 16px;
  color: #333;
  margin-left: 10px;
}
.nav_container .search_container .submit_btn {
  width: 19px;
  height: 21px;
  background: url(../images/sousuo.svg) no-repeat top center;
  position: absolute;
  top: 5px;
  right: 14px;
  cursor: pointer;
}

.maskd {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 777;
  display: none;
}
.app_down_item {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 888;
  width: 1000px;
  height: 522px;
  margin-left: -500px;
  margin-top: -261px;
}
.app_down_item .off-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 999;
  cursor: pointer;
  height: 37px;
  width: 37px;
}
.app_down_item .off-btn img {
  height: 37px;
  width: 37px;
}
.hzk_app_down {
  background: url(/images/appDownload-img.png) no-repeat top center;
  background-size: 1000px 522px;
}
.toufu_app_down {
  background: url(/images/appDownload-img1.png) no-repeat top center;
  background-size: 1000px 522px;
}
